Package com.cisco.pt.ipc.events
Class SimulationTimerEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.SimulationTimerEventRegistry
An event for the IPC's SimulationTimerEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<SimulationTimerEventListener>protected Map<String,Set<SimulationTimerEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(SimulationTimerEventListener listener) voidaddListener(SimulationTimerEventListener listener, SimulationTimer objClass) voidaddListenerFiltered(SimulationTimerEventListener listener, List<String> events) voidaddSpecificListenerFiltered(SimulationTimerEventListener listener, SimulationTimer objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(SimulationTimerEventListener listener) voidremoveListener(SimulationTimerEventListener listener, SimulationTimer objClass) voidremoveListenerFiltered(SimulationTimerEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(SimulationTimerEventListener listener, SimulationTimer objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
SimulationTimerEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(SimulationTimerEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(SimulationTimerEventListener listener, SimulationTimer objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(SimulationTimerEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(SimulationTimerEventListener listener, SimulationTimer objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
public void addListener(SimulationTimerEventListener listener, SimulationTimer objClass) throws IOException - Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(SimulationTimerEventListener listener, SimulationTimer objClass) throws IOException - Throws:
IOException
-